Param2Desc{The new position of the trackbar's slider.}CommandName{setTrackbarPosition}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int position}CloseBrace{}Description{Sets the position of the trackbar's slider.  Where the slider physically appears depends on the position compared to the range you set for the trackbar.  If you set a range of -200 to 200, a position of 0 will make the slider appear in the middle of the trackbar.}ReturnDescription{}Param1{gadget}Param1Desc{Handle of a trackbar gadget}Param2{position}